Welcome![Sign In][Sign Up]
Location:
Search - keil ucos

Search list

[Other resourceuCOS1-spi

Description: ucos应用在keil环境下调试,供初学者参考
Platform: | Size: 161358 | Author: | Hits:

[Other resourceC8051F040_ucos

Description: 找了很久,这里的C8051F020的UCOS移植.020没有SFRPAGE. KEIL下的C8051F040的UCOS的源代码,用YY的改写的,增加了对页寄存器SFRPAGE和PSBANK寄存器的保护.
Platform: | Size: 312518 | Author: 韩笑 | Hits:

[Other resourcekeil_ucos

Description: KEIL下的LPC2104的UCOS移植,网上的都是ADS的,且很多有错误,需改写一部分代码才可用.这是我用ADS改的,带有PROTEUS仿真,绝对可用,无需任何改动就可编译通过.
Platform: | Size: 307596 | Author: 韩笑 | Hits:

[Other resourceshell

Description: 一个带有shell的ucos工程,在keil下打开工程后debug运行,可以通过串行窗口与ucos进行交互,实现了几个简单的命令如help,clr等,大家可以自己加一些其他的命令
Platform: | Size: 256875 | Author: jack | Hits:

[Other resourceKEILLPC214Xucosiiv1[1].1

Description: KEIL上实现UCOS移植的源代码程序,可以编译,很好的参考材料。可以直接在该程序上面加上自己的任务。
Platform: | Size: 382298 | Author: 胡权 | Hits:

[Other resourceSTM32-uCosii

Description: KEIL下STM32的UCOSii代码,所有的移植文件,包含UCos的源程序都在,可以直接使用.
Platform: | Size: 1716782 | Author: 周从文 | Hits:

[Other resourceucOS_II_for_51

Description: 采用ucOS-II 2.51编写的keil c 51 例程可用于多种51单片机演示。例如SST89E564RD ,STC89C516RD 等。
Platform: | Size: 290747 | Author: M | Hits:

[Other resourceucos_for_stm32f103

Description: UCOS-II FOR STM32F103XX 1 本程序是我自己移植,只使用KEIL进行过软仿真,测试没有发现问题。支持从任何一个中断服务程序里释放信号量。 2 此代码作为参考和学习使用,如果在使用过程中造成损失,本人不负任何责任。 3 此代码作为参考和学习使用,因为里边有UCOS-II,如果要作为商业使用请给UCOS付费。
Platform: | Size: 111269 | Author: 姚军 | Hits:

[Other resourceucos_for_stm32_v2

Description: 1 本程序是我自己移植,只使用KEIL进行过软仿真,测试没有发现问题。支持从任何一个中断服务程序里释放信号量。 2 此代码作为参考和学习使用,如果在使用过程中造成损失,本人不负任何责任。 3 此代码作为参考和学习使用,因为里边有UCOS-II,如果要作为商业使用请给UCOS付费 欢迎大家测试,在实践中检验一下,多提提意见。谢谢,我会根据大家测试结果第一时间解决问题。 上一个版本发现了漏洞已经修正,已经在STM32F103CBT6上通过了测试:
Platform: | Size: 111123 | Author: 姚军 | Hits:

[Other resourcelpc2368ucos

Description: lpc2368-keil环境下的ucos的移植例程
Platform: | Size: 215070 | Author: Jnny_CN | Hits:

[Other resourceucos_ii_in_keil_for_c164

Description: keil C166下ucos-ii,c164ci的移植程序-under CENTER-ii, the transplant procedure c164ci
Platform: | Size: 76381 | Author: 何利波 | Hits:

[SourceCodetcp_ipCENTERprotocol

Description: tcp_ip协议栈的ucos代码,主要用于嵌入式系统开发,已经移植到51系统单片机中,通过keil可进行编译,ucos经过最简化改造!特别推荐-tcp_ip CENTER protocol stack code, mainly for embedded system development, has been ported to 51 SCM system, through c51 can be compiled after the most simplified CENTER transformation! Preferred!
Platform: | Size: 591566 | Author: li210210 | Hits:

[SCMucos51在KeilC51上仿真运行

Description: Demo程序经Keil701编译后,代码量为7-8K,可直接在KeilC51上仿真运行。 使用方法:解压后双击yy项目,点调试即可在串口仿真看到结果。 Demo程序创建了3个任务A、B、C优先级分别为2、3、4,A每秒显示一次,B每3秒显示一次,C每6秒显示一次。从显示结果看,显示3个A后显示1个B,显示6个A和2个B后显示1个C,结果显然正确。用户可以仿照范例运用更多系统API函数写出自己的程序。只要程序中有显示语句就可以用软件仿真器看结果。注意:系统提供的显示函数是并发的,他不是直接显示到串口,而是先输出到显存,用户不必担心IO慢速操作影响程序运行。串口输入也采用了同样的技术,他使得用户在CPU忙于处理其他任务时照样可以盲打输入命令。 将EXL2-shell目录下的文件覆盖yy目录下的同名文件,将word.c、yyshell.c、yyshellsub.c、mystring.c加入项目,删除yy1.c,编译后调试即可。输入help可得到在线帮助,具体命令用法见文章说明。 yangye网友推荐http://www.sics.se/~adam/lwip/网站学习TCPIP,该网站开放源代码的lwip是专为8bit和16bitMCU设计的TCPIP协议栈,已在多种CPU上移植成功,推荐大家下载。-Demo processes Keil701 compiler, code capacity of 7-8K to be directly in KeilC51 on simulation run. Use : unpacked click yy, debugging points in the serial simulation can see the result. Demo procedures for the creation of three task A, B, C priority for 2,3,4, A second shows a B every three seconds a show, C every six seconds a show. Looking at the results from the show, a show three shows a B, showed six A and two B shows a C, the result is obviously correct. Users can use more modeled on the example of system API function to write their own procedures. As long as the procedures are shown on the statement can be used simulation software for the outcome. Note : the system provides display function is complicated, and he is not a direct indication of the serial port, but before the output
Platform: | Size: 731136 | Author: 套件 | Hits:

[uCOSxltExlt2

Description: 这个例子如果运行,将在仿真的PC窗口中的第1,2,3行显示一些信息后,在随机位置显示 1 ~ 5 .由于keil c51默认不支持重入函数,它的重入函数使用仿真的重入栈而不使用系统栈,而Small RTOS 51没有进行重入栈管理,所以在TaskA~TaskE虽然及其相似,但不能合并. 注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在e:\temp中,您可以在Project->Options for Target "Target 1"的output页点击Select Folder for Objects...和Listing页点击Select Folder for Listing...改变. (2)编译时会有5个警告,其中一个是因为没有使用一个系统函数OSSendSignal引起,它可以忽略.另4个是禁止任务间变量覆盖分析引起,必须忽略.感谢网友John X. Liu,在这个例子中我使用了他编写的仿真(dllPc51Emu.dll),这个dll原来是为他移植的Ucos-ii for keil c51的例子编写. (3)Pc51Emu.dll在KEIL C51 V6.23 V7.00工作不正常.-If running this example, the simulation of the PC window of 1,2,3-line display some information, in a random location ~ 5. c51 as the default decoder does not support heavy-function, its emphasis on the use of simulation function to the re-use system without Push stack, Small RTOS 51 and no heavy Push management, in TaskA ~ TaskE and although similar, but not the merger. Note : (1) in KEIL C51 project, I have already output directory in e : \ temp. You can Project-
Platform: | Size: 6144 | Author: 邢兰停 | Hits:

[uCOSDisplayerEx3

Description: 这个例子是例子2的另一种写法(但任务数量不同),它使用了最高优先级任务作为显示任务,全局变量ShowChar作为参数.函数TaskB是优先级1~10的任务函数,因为没有使用局部变量,这些任务可以用一个函数. 注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在e:\temp中,您可以在Project->Options for Target "Target 1"的output页点击Select Folder for Objects...和Listing页点击Select Folder for Listing...改变. 感谢网友John X. Liu,在这个例子中我使用了他编写的仿真dll(Pc51Emu.dll),这个dll原来是为他移植的Ucos-ii for keil c51的例子编写. (2)Pc51Emu.dll在KEIL C51 V6.23 V7.00工作不正常. -this example is another example of a two way (but the number of different tasks), it uses the highest-priority task, as shown mandate, ShowChar global variable as a parameter. TaskB function is a priority task to ten function, because no use local variables, these tasks can use a function. attention : (1) in KEIL C51 project, I have incorporated the output directory in e : \ temp, you could Project-
Platform: | Size: 5120 | Author: 邢兰停 | Hits:

[uCOSucos2_932

Description: KeilC下philips932MCU的ucos2源代码 -KeilC philips932MCU under the ucos2 source code
Platform: | Size: 38912 | Author: 王强 | Hits:

[uCOSifxC167_UCOS_II

Description: 利用ucos-ii编写的XC167的源程序编译环境为keil c1-use OUT-ii prepared by the XC167 the source compiler environment keil c1
Platform: | Size: 163840 | Author: cy | Hits:

[uCOSucos_ii_yizhi_Keil75

Description: 一个网友的ucos252在8051上的移植代码,这个移植代码使我领会不少, 根据自己的经验编制,绝对原著-a netizen ucos252 in 8051 on the transplant code The transplant code I understand a lot of experience under their preparation, absolute classic! !
Platform: | Size: 449536 | Author: 姜毅龙 | Hits:

[uCOSuCOS280_STR710

Description: 基于 ST 公司的 ARM-7 使用之 uC/OS-II 作业系统,此例程是移植于 STR-710 上的应用于 IAR EWARM V4.41A 工程编译,而 uC/OS 版本为 2.80-Based on ST
Platform: | Size: 522240 | Author: kly | Hits:

[uCOSucos_2148

Description: LPC214X_ulink_keil3测试过的没问题280版本.主文件新建几个任务了-LPC214X_ulink_keil3 tested the 280 version no problem. The main document several new task
Platform: | Size: 317440 | Author: wangwenzhuan | Hits:
« 1 2 ... 10 11 12 13 14 1516 17 18 19 »

CodeBus www.codebus.net